onAjaxCallbackNotAllowed

Arguments

eobject

An object with the following properties:

xbasicFunctionNamestring

The Xbasic function that was called in the Ajax Callback.

ajaxEventstring

The name of the event that triggered the Ajax Callback.

Description

Fires when an Ajax callback is not allowed by code in the server-side canAjaxCallback event.

Example

var title = "Sorry";
var message = "<div>You don't have permission to do this yet.</div>";
A5.msgBox.show(title,message,'o');

See Also